Skip to content

chore(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1 in the all-actions group#18

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/all-actions-8083c4be3e
Open

chore(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1 in the all-actions group#18
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/all-actions-8083c4be3e

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 14, 2026

Bumps the all-actions group with 1 update: actions/create-github-app-token.

Updates actions/create-github-app-token from 3.0.0 to 3.1.1

Release notes

Sourced from actions/create-github-app-token's releases.

v3.1.1

3.1.1 (2026-04-11)

Bug Fixes

  • improve error message when app identifier is empty (#362) (07e2b76), closes #249

v3.1.0

3.1.0 (2026-04-11)

Bug Fixes

  • deps: bump p-retry from 7.1.1 to 8.0.0 (#357) (3bbe07d)

Features

Commits
  • 1b10c78 build(release): 3.1.1 [skip ci]
  • 07e2b76 fix: improve error message when app identifier is empty (#362)
  • ea01216 ci: remove publish-immutable-action workflow (#361)
  • 7bd0371 build(release): 3.1.0 [skip ci]
  • e6bd4e6 feat: add client-id input and deprecate app-id (#353)
  • 076e948 feat: update permission inputs (#358)
  • 3bbe07d fix(deps): bump p-retry from 7.1.1 to 8.0.0 (#357)
  • 28a99e3 build(deps-dev): bump c8 from 10.1.3 to 11.0.0
  • 4df5060 build(deps-dev): bump open-cli from 8.0.0 to 9.0.0
  • 4843c53 build(deps-dev): bump the development-dependencies group with 3 updates
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by CodeRabbit

  • Chores
    • Updated CI/CD workflow dependencies to the latest stable version, improving reliability and security of automated release processes without affecting build logic or behavior.

Bumps the all-actions group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token).


Updates `actions/create-github-app-token` from 3.0.0 to 3.1.1
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@f8d387b...1b10c78)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 14, 2026
@dependabot dependabot bot requested a review from nh13 as a code owner April 14, 2026 17:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 14, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 14, 2026

📝 Walkthrough

Walkthrough

Updated the actions/create-github-app-token GitHub Action version pin in the publish workflow from v3.0.0 to v3.1.1 across two job references, with no changes to workflow logic or downstream behavior.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow
.github/workflows/publish.yml
Updated actions/create-github-app-token action version pin from v3.0.0 to v3.1.1 in release-pr and publish jobs.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A rabbit hops with glee so bright,
Version bumps bring pure delight!
From three-oh to three-one-one we go,
GitHub tokens in a smoother flow! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main change: bumping a dependency version in a workflow file.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/github_actions/all-actions-8083c4be3e

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
.github/workflows/publish.yml (1)

24-24: Migrate from deprecated app-id to client-id input.

The actions/create-github-app-token action deprecated app-id in favor of client-id starting in v3.1.0. While both inputs currently work, migrating to client-id future-proofs this workflow.

🔄 Proposed migration
-          app-id: ${{ secrets.FG_LABS_BOT_APP_ID }}
+          client-id: ${{ secrets.FG_LABS_BOT_APP_ID }}

Apply to both the release-pr job (line 24) and the publish job (line 50).

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.github/workflows/publish.yml at line 24, Replace the deprecated `app-id`
input with `client-id` for the actions/create-github-app-token usage: locate the
workflow jobs named `release-pr` and `publish` where `app-id: ${{
secrets.FG_LABS_BOT_APP_ID }}` is set and change that key to `client-id: ${{
secrets.FG_LABS_BOT_APP_ID }}` (keeping the same secret value), ensuring the
action invocation uses the newer `client-id` input name.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In @.github/workflows/publish.yml:
- Line 24: Replace the deprecated `app-id` input with `client-id` for the
actions/create-github-app-token usage: locate the workflow jobs named
`release-pr` and `publish` where `app-id: ${{ secrets.FG_LABS_BOT_APP_ID }}` is
set and change that key to `client-id: ${{ secrets.FG_LABS_BOT_APP_ID }}`
(keeping the same secret value), ensuring the action invocation uses the newer
`client-id` input name.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 50a8b730-2d50-4710-97fb-43cb98338fc3

📥 Commits

Reviewing files that changed from the base of the PR and between 7077163 and ea0f74d.

📒 Files selected for processing (1)
  • .github/workflows/publish.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants